Register<T> Method

Summary
Registers a data access service object with the specified type.
Syntax
C#
C++/CLI
public void Register<T>( 
   T service 
) 
public: 
void Registergeneric<typename T> 
(  
   _T^_ service 
)  

Parameters

service
The data access object that will be registered.

Type Parameters

T
The type of the  service object to be registered with.

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.